DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class
Fields Properties Methods Events


In This Topic
    C1CommandBase<TCommandImpl> Class Members
    In This Topic

    The following tables list the members exposed by C1CommandBase<TCommandImpl>.

    Protected Fields
     NameDescription
    Protected FieldStores instance of the C1DataReader that is currently using this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the text command to run against the data source. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Public Property (Inherited from System.Data.Common.DbCommand)
    Public Property (Inherited from System.Data.Common.DbCommand)
    Public Property (Inherited from System.Data.Common.DbCommand)
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property The Parameters list of this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property (Inherited from System.Data.Common.DbCommand)
    Public Property (Inherited from System.Data.Common.DbCommand)
    Top
    Protected Properties
     NameDescription
    Protected PropertyTo check whether or not more data can be retrieved from the source as the result of executing this C1CommandBase. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.Data.Common.DbCommand)
    Protected Property Get the collection containing all the parameters used by this command (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected PropertyGets or sets the transaction within which the command executes. Must be a C1TransactionBase. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property The Key of to identifies this command in a uniquely way. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected Property The logger where execution messages are logged. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Top
    Public Methods
     NameDescription
    Public Method Cancels the execution of this command (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.Data.Common.DbCommand)
    Public MethodOverloaded.  Disposes this command (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Public Method Executes a SQL statement against a connection object. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Public MethodOverloaded. An asynchronous version of method ExecuteNonQuery that executes a SQL statement against a connection object. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommand)
    Public Method Allow the execution of a query that returns a 1x1 result table. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Public MethodOverloaded. An asynchronous version of method ExecuteScalar that allows the execution of a query that returns a 1x1 result table. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method Creates a prepared (or compiled) version of the command on the data source. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected MethodGenerate a new System.Data.Common.DbParameter. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected Method Execute a list of nonquery in Batch. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected Method Executes the command text against the connection. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected MethodAn asynchronous version of method ExecuteDbDataReader that executes the command text against the connection. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected Method The abstract core method provided to execute a non-query statement. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected MethodExecute select directly in the server pointed by DbConnection. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method Request to get more rows result considering the last executed command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected Method Get the column names used to identify a specific row into update/delete query. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodVirtual method to check wheter or not if all the rows of the tables referred in statement needs to be retrieved from the server. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected MethodVirtual method to check whether or not statements can be executed directly as a batch operation on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected MethodVirtual method to check whether or not selectStatement can be executed directly on the server used by this command, considering the selected column expressions. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected MethodVirtual method to check whether or not deleteStatement can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected MethodVirtual method to check whether or not groupby can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected MethodVirtual method to check whether or not insertStatement can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected MethodVirtual method to check whether or not joinStatement can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected MethodVirtual method to check whether or not selectStmt.Limit.Limit and selectStmt.Offset.Offset can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected MethodVirtual method to check whether or not orderby can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected MethodVirtual method to check whether or not updateStatement can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected MethodVirtual method to check whether or not where can be executed directly on the server pointed by the connection used by this command. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Protected Method Virtual method to validate if the given statement is supported by the implemented provider. (Inherited from C1.DataConnector.AdoNet.C1CommandBase)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Top
    See Also